FIXES_README.txt 1.1 KB

1234567891011121314151617181920212223
  1. =====================================
  2. COMPATIBILITY FIX FOR "WARNING_ONCE":
  3. =====================================
  4. Currently, there is a bug with Fieldtrip functions being called through MATLAB GUIDE interfaces.
  5. - Occurs in the "warning_once" called by "ft_postamble" after main Fieldtrip functions.
  6. - Tries to set the GUIDE callback (contains brackets & symbols) as a fieldname to "ft_previous_warnings".
  7. - Link, but not answered yet: http://mailman.science.ru.nl/pipermail/fieldtrip/2013-August/006889.html
  8. Temporary fix is currently applied by "SetPathsGUI.m":
  9. 1) Backup of current "warning_once.m" files are made (Renamed to "warning_once_original.m").
  10. Files are found in: "../Fieldtrip_Path/private" and "../Fieldtrip_Path/utilities/private"
  11. 2) Replaced by older working version of "warning_once.m" from "TEMPORARY_FIXES" folder.
  12. Older version of "warning_once.m" is from Fieldtrip-20130211.
  13. 3) The above is repeated for "ft_postamble_history.m" as well in "../Fieldtrip_Path"
  14. Older version of "ft_postamble_history.m" is also from Fieldtrip-20130211.